com.sun.n1.sps.model.host
Interface AttributeCriteriaList

All Superinterfaces:
TypedList

public interface AttributeCriteriaList
extends TypedList

A strongly-typed list of AttributeCriteria objects.


Method Summary
 AttributeCriteria[] toCriteriaArray()
          Returns an array of attribute criteria contained in this list.
 
Methods inherited from interface com.sun.n1.util.collections.TypedList
add, addAll, clone, get, remove, set, size, swap, toArray, toArray
 

Method Detail

toCriteriaArray

AttributeCriteria[] toCriteriaArray()
Returns an array of attribute criteria contained in this list.

Returns:
The array containing the elements of this list, in proper sequence.